home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Calculators / NumberCrunch 1.41 / Number Crunch II Demo / Library Routines / Text Examples / About Text Examples next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  25 lines  |  [TEXT/NCII]

  1.  About the Text Examples
  2.  
  3. The files in this folder contain text examples and definitions of the library interface routines.  
  4.  
  5. In all of these files the computer prompt is just two spaces; there is no ? prompts as there are in the sample files and NCII default "New" file.
  6.  
  7. To modify an interface routine, type in the changes, position the cursor on the last line with the single "." (or select the entire program), and hit enter. 
  8.  
  9. - - - - - - - - - - - - - - - - - - - - - - -
  10.  
  11. To find out more about numerical programming, try
  12.        Numerical Recipes   by   W. Press et al, 
  13. which I highly recommend.
  14.  
  15. Also, if you have access to the internet, you can get FORTRAN source code for numerical work from 
  16.     netlib@att.research.com 
  17. by sending an e-mail message there with the subject heading
  18.     help
  19. , after which the netlib system will e-mail you back information about how to obtain the available routines. (There are hundreds.)
  20.  
  21. - - - - - - - - - - - - - - - - - - - - - - 
  22.  
  23. If you want to write your own xCOD routines, see the folder Writing External Codes.  That folder also has a few other xCODs (with source code) for some physics problems, which are used in the Sample Files: Physics folder.
  24.  
  25.